[NET] back: Fix an __init that should be an __exit in loopback driver.
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Mon, 14 Aug 2006 14:26:37 +0000 (15:26 +0100)
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Mon, 14 Aug 2006 14:26:37 +0000 (15:26 +0100)
This was pointed out by the newer build system used in 2.6.18-rc4.

Signed-off-by: Jan Beulich <jbeulich@novell.com>
linux-2.6-xen-sparse/drivers/xen/netback/loopback.c

index e4e438b438a2a99ecd7cd38fa7970365470d1fe8..391ace8a02a257dc5892afd66fdd1588b6b45f58 100644 (file)
@@ -218,7 +218,7 @@ static int __init make_loopback(int i)
        return err;
 }
 
-static void __init clean_loopback(int i)
+static void __exit clean_loopback(int i)
 {
        struct net_device *dev1, *dev2;
        char dev_name[IFNAMSIZ];